home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Goodies / I-WAR 2 Egde of Chaos - New SDK / IW2-EOC_Pog_Scripting_SDK.exe / include / iPilotSetup.h < prev    next >
Text File  |  2002-01-14  |  2KB  |  67 lines

  1. //
  2. // (c) 1998-9 Particle Systems Ltd. All Rights Reserved
  3. //
  4. // iPilotSetup.h
  5. //
  6. // Compiler-generated export header for package "iPilotSetup"
  7. //
  8. // Revision control information:
  9. //
  10. // $Header: /iwar2/resource/scripts/include/iPilotSetup.h 4     15/11/00 16:55 James $
  11. //
  12.  
  13. // Dependencies ////////////////////////////////////////////////////////////////
  14.  
  15. uses iShip;
  16.  
  17. // Enumerated types ////////////////////////////////////////////////////////////
  18.  
  19. // Functions ///////////////////////////////////////////////////////////////////
  20.  
  21. prototype iPilotSetup.Generic( hship ship );
  22.  
  23. prototype iPilotSetup.GenericAggressive( hship ship );
  24.  
  25. prototype iPilotSetup.GenericCoward( hship ship );
  26.  
  27. prototype iPilotSetup.GenericSupply( hship ship );
  28.  
  29. prototype iPilotSetup.GenericTrade( hship ship );
  30.  
  31. prototype iPilotSetup.GenericFreight( hship ship );
  32.  
  33. prototype iPilotSetup.GenericCargoPod( hship ship );
  34.  
  35. prototype iPilotSetup.GenericPolice( hship ship );
  36.  
  37. prototype iPilotSetup.GenericMilitary( hship ship );
  38.  
  39. prototype iPilotSetup.GenericOfficial( hship ship );
  40.  
  41. prototype iPilotSetup.GenericUnderworld( hship ship );
  42.  
  43. prototype iPilotSetup.GenericScum( hship ship );
  44.  
  45. prototype iPilotSetup.GangsterAggressive( hship ship );
  46.  
  47. prototype iPilotSetup.GangsterCoward( hship ship );
  48.  
  49. prototype iPilotSetup.PoliceHeroic( hship ship );
  50.  
  51. prototype iPilotSetup.MilitaryAggressive( hship ship );
  52.  
  53. prototype iPilotSetup.MilitarySupply( hship ship );
  54.  
  55. prototype iPilotSetup.TradeAggressive( hship ship );
  56.  
  57. prototype iPilotSetup.TradeCoward( hship ship );
  58.  
  59. prototype iPilotSetup.CourierSecure( hship ship );
  60.  
  61. prototype iPilotSetup.Marauder( hship ship );
  62.  
  63. prototype iPilotSetup.StringDescription( hship ship, string pilot_type );
  64.  
  65. // EOF /////////////////////////////////////////////////////////////////////////
  66.  
  67.